tileRegionContainsDescriptors

open fun tileRegionContainsDescriptors(@NonNull() id: String, @NonNull() descriptors: List<TilesetDescriptor>, @NonNull() callback: TileRegionBooleanCallback)

Checks if a tile region with the given id contains all tilesets from all of the given tileset descriptors.Note: The user-provided callbacks will be executed on a TileStore-controlled worker thread;it is the responsibility of the user to dispatch to a user-controlled thread.

Parameters

id

The tile region identifier.

descriptors

The list of tileset descriptors.

callback

The result callback.